Use this script to add special codes for involuntary terminations in reports, using the ReasonTypeID field:
if (Event.Record["ReasonTypeID"] == '35' || Event.Record["ReasonTypeID"] == '54' || Event.Record["ReasonTypeID"] == '28')
Note: 35, 54, and 28 are involuntary termination codes.